home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / delph / mar96 / jonef101.gif < prev    next >
Graphics Interchange Format  |  1996-11-16  |  49KB  |  432x414  |  4-bit (16 colors)
Labels: text | screenshot | font | number | document | parallel | line
OCR: 1 Requirements Using precisely detailed, written statements Verification to verify a clear understanding of the user's requirements (overall goals and specific objectives). 2 Design Validation A mental exercise of running through a program design, looking to ensure that all the contingencies are covered. 3 Unit Testing Testing individual modules as they are developed. (Usually performed by the programmer.) 4 Integration Testing program modules in combination. Testing (Often performed by a QA specialist.) 5 User Testing performed by a User Advocate or Acceptance User Analyst during the final phase of Testing development, particularly focusing on user-interface details and performance issues. 6 Alpha Testing Comprehensive testing of the completed program by the developers (or QA specialists) according to a comprehensive test plan. 7 Beta Testing (a.k.a. "field testing") Ad hoc testing performed by a select group of users, often requiring two or three rounds. 8 Gamma Testing Final field test of the debugged program, perhaps only now being provided with completed documentation. Figure 1: Testing phases for a large project.